Leadtools.Dicom.Common

Set(DicomDataSet,BeforeAddTagDelegate,Object[]) Method

Show in webframe





The dataset to set information into.
The delegate to call before adding the element to the dataset.
The instances that have the correct attributes.
Sets the information in the dataset from the specified class instances.
Syntax
[ExtensionAttribute()]
public static void Set( 
   DicomDataSet ds,
   BeforeAddTagDelegate OnBeforeAdd,
   params object[] instances
)
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Sub Set( _
   ByVal ds As DicomDataSet, _
   ByVal OnBeforeAdd As BeforeAddTagDelegate, _
   ByVal ParamArray instances() As Object _
) 
'Usage
 
Dim ds As DicomDataSet
Dim OnBeforeAdd As BeforeAddTagDelegate
Dim instances() As Object
 
DicomExtensions.Set(ds, OnBeforeAdd, instances)

            

            
[ExtensionAttribute()]
public:
static void Set( 
   DicomDataSet^ ds,
   BeforeAddTagDelegate^ OnBeforeAdd,
   ... array<Object^>^ instances
) 

Parameters

ds
The dataset to set information into.
OnBeforeAdd
The delegate to call before adding the element to the dataset.
instances
The instances that have the correct attributes.
Remarks
The delegate can return false to disable adding the element to the dataset.
Requirements

Target Platforms

See Also

Reference

DicomExtensions Class
DicomExtensions Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Common requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features